ALIM Web Help

AssetWise Change Request or Project Class to ProjectWise Folder Configuration

The ProjectWiseProjectTemplateId system setting indicates the following:
  • The change request or project class that is configured for synchronization with ProjectWise
  • The target path of the folder structure to where the document will be created
  • The folder structure template
    Using the ProjectWiseProjectTemplateId setting, it is possible to configure multiple classes for change requests and projects, to be synchronized with ProjectWise, using multiple <TemplateId> tags. For example,
    <?xml version="1.0"?>
    <ProjectTemplateIds xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    	<DefaultTemplateId>
    		<ParentId>2672</ParentId>
    		<Id>1130</Id>
    	</DefaultTemplateId>
    	<TemplateId>
    		<ClassCode>C0006</ClassCode>
    		<ParentId>2672</ParentId>
    		<Id>1130</Id>
    	</TemplateId>
    		<ClassCode>GREENPRO</ClassCode>
    		<ParentId>3283</ParentId>
    		<Id>1477</Id>
    	</TemplateId>	
    </ProjectTemplateIds>
    where:
  • <ClassCode> is the change request or project class code

  • <ParentId> value should be set to the ext_obj_id retrieved from the external_objects table for the change request or project folder configured in your system
  • <Id> is the change request or project template folder, in ProjectWise.

For more information, see AssetWise ALIM ProjectWise Connector System Preferences.